 |
API Documentation
|
|
Describes the memory layout of a subresource, within a resource.
Definition: SubresourceCpuDataDescriptor.h:14
unsigned int _bufferByteOffset
the byte offset in the cpu data provided.
Definition: SubresourceCpuDataDescriptor.h:15
unsigned int _rowBytePitch
The size in byte of a row. Can be used when padding is necessary. Leave it to 0 to assume data is ful...
Definition: SubresourceCpuDataDescriptor.h:18
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7
unsigned int _depthBytePitch
The size in byte of a depth slice. Can be used when padding is necessary. Leave it to 0 to assume dat...
Definition: SubresourceCpuDataDescriptor.h:19